Add a non-varargs variant of activate_action
authorMatthias Clasen <mclasen@redhat.com>
Mon, 24 Jun 2019 15:44:26 +0000 (11:44 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 24 Jun 2019 15:51:39 +0000 (15:51 +0000)
commit2405e2711e047b477293bf4a0cba78d5c4785cf1
treead5f10dcc76180c0118b288d4605a141307703f9
parent1527407c3d2f5543fb8cbcffd900788ccc26fe2b
Add a non-varargs variant of activate_action

I recently turned gtk_widget_activate_action()
into a varargs function. That is more convenient
from C, but we need a non-varargs variant for
bindings. So add the old API back, under the
name gtk_widget_activate_action_variant(),
with a rename-to annotation.
docs/reference/gtk/gtk4-sections.txt
gtk/gtkwidget.c
gtk/gtkwidget.h